home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 2 / MacMania 2.toast / Demo's / Tools&Utilities / System Utilities / LaserWriter 8.0 PPD's / Colormate PS80 < prev    next >
Encoding:
PostScript Printer Description  |  1992-10-22  |  11.4 KB  |  353 lines  |  [TEXT/GEOL]

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "2.0"
  11. *PCFileName: "NCCPS801.PPD"
  12. *LanguageVersion: English
  13. *Product: "(Colormate PS80)"
  14. *PSVersion: "(51.9) 2.1"
  15. *ModelName: "NEC Colormate PS/80"
  16. *NickName: "NEC Colormate PS/80 v51.9"
  17.  
  18. *% General Information and Defaults ===============
  19. *FreeVM: "4083194"
  20. *LanguageLevel: "1"
  21. *Extensions: CMYK FileSystem
  22. *ColorDevice: True
  23. *DefaultColorSpace: CMYK
  24. *VariablePaperSize: False
  25. *FileSystem: True
  26. *?FileSystem: "
  27. save
  28.   statusdict /diskstatus known
  29.   {statusdict /diskstatus get exec exch pop 0 ne
  30.    {(True)} {(False)} ifelse
  31.   }
  32.   {(Unknown)} ifelse
  33.   = flush
  34. restore
  35. "
  36. *End
  37. *Throughput: "1"
  38. *Password: "0"
  39. *ExitServer: "
  40.   count 0 eq {  % is the password on the stack?
  41.     true 
  42.   }{
  43.     dup    % potential password
  44.     statusdict /checkpassword get exec not 
  45.   } ifelse 
  46.   {  %  if no password or not valid 
  47.     (WARNING : Cannot perform the exitserver command.) = 
  48.     (Password supplied is not valid.) = 
  49.     (Please contact the author of this software.) = flush
  50.     quit 
  51.   } if 
  52.   serverdict /exitserver get exec
  53. "
  54. *End
  55. *Reset: "
  56.   count 0 eq {  % is the password on the stack?
  57.     true 
  58.   }{
  59.     dup    % potential password
  60.     statusdict /checkpassword get exec not 
  61.   } ifelse 
  62.   {  %  if no password or not valid 
  63.     (WARNING : Cannot reset printer.) = 
  64.     (Password supplied is not valid.) = 
  65.     (Please contact the author of this software.) = flush
  66.     quit 
  67.   } if 
  68.   serverdict /exitserver get exec
  69.   systemdict /quit get exec
  70.   (WARNING : Printer Reset Failed.) = flush
  71. "
  72. *End
  73.  
  74. *DefaultResolution: 300dpi 
  75. *?Resolution: "
  76. save
  77.   initgraphics
  78.   0 0 moveto currentpoint matrix defaultmatrix transform
  79.   0 72 lineto currentpoint matrix defaultmatrix transform
  80.   3 -1 roll sub dup mul
  81.   3 1 roll exch sub dup mul
  82.   add sqrt round cvi
  83.   (          ) cvs print (dpi) = flush
  84. restore
  85. "
  86. *End
  87.  
  88. *% Halftone Information ===============
  89. *ScreenFreq: "53.0"
  90. *ScreenAngle: "45.0"
  91. *DefaultScreenProc: Dot
  92. *ScreenProc Dot: "
  93. {1.76 1.4 {2 {3 1 roll add dup 1.0 gt {2.0 sub }if }repeat abs exch abs 
  94. 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 sub }{dup mul 
  95. exch dup mul add 1 exch sub }ifelse }exec }
  96. "
  97. *End
  98. *ScreenProc Line: "{ pop }"
  99. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  100.  
  101. *% Paper Handling ===================
  102. *% Use these entries to set paper size most of the time, unless there is
  103. *% specific reason to use PageRegion.
  104. *OpenUI *PageSize: PickOne
  105. *OrderDependency: 30 AnySetup *PageSize
  106. *DefaultPageSize: Letter
  107. *PageSize Letter: "letter"
  108. *PageSize Legal: "legal"
  109. *PageSize A4: "a4"
  110. *?PageSize: "
  111. save 
  112. 3 dict 
  113.   dup /letter (Letter) put
  114.   dup /legal (Legal) put
  115.   dup /a4 (A4) put
  116.   statusdict /papersize get exec
  117.   3 1 roll  {get} stopped {(Unknown)}if
  118.   exch  not { print (.Transverse) }if
  119.   = flush
  120. restore 
  121. "
  122. *End
  123. *CloseUI: *PageSize
  124.  
  125. *% These entries will set up the frame buffer. Usually used with manual feed.
  126. *OpenUI *PageRegion: PickOne
  127. *OrderDependency: 40 AnySetup *PageRegion
  128. *DefaultPageRegion: Letter
  129. *PageRegion Letter: "letter"
  130. *PageRegion Legal: "legal"
  131. *PageRegion A4: "a4"
  132. *CloseUI: *PageRegion
  133.  
  134. *% The following entries provide information about specific paper keywords.
  135. *DefaultImageableArea: Letter
  136. *ImageableArea Letter: "15 72 597 718 "
  137. *ImageableArea Legal: "15 77 597 935 "
  138. *ImageableArea A4: "6 72 589 768 "
  139. *?ImageableArea: "
  140. save
  141.   /cvp {(                ) cvs print ( ) print } bind def
  142.   /upperright {10000 mul floor 10000 div} bind def
  143.   /lowerleft {10000 mul ceiling 10000 div} bind def
  144.   newpath clippath pathbbox
  145.   4 -2 roll exch 2 {lowerleft cvp} repeat
  146.   exch 2 {upperright cvp} repeat flush
  147.  restore
  148. "
  149. *End
  150.  
  151. *% These provide the physical dimensions of the paper (by keyword)
  152. *DefaultPaperDimension: Letter
  153. *PaperDimension Letter: "612 792"
  154. *PaperDimension Legal: "612 1008"
  155. *PaperDimension A4: "595 842"
  156.  
  157. *DefaultOutputBin: Upper
  158. *DefaultOutputOrder: Reverse
  159. *PageStackOrder Upper: Reverse
  160. *RequiresPageRegion All: True
  161.  
  162. *OpenUI *InputSlot: PickOne
  163. *OrderDependency: 20 AnySetup *InputSlot
  164. *DefaultInputSlot: Cassette
  165. *InputSlot Cassette: ""
  166. *CloseUI: *InputSlot
  167.  
  168. *% Font Information =====================
  169. *DefaultFont: Courier
  170. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  171. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  172. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  173. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  174. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  175. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  176. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  177. *Font Courier: Standard "(001.004)" Standard ROM
  178. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  179. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  180. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  181. *Font Helvetica: Standard "(001.002)" Standard ROM
  182. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  183. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  184. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  185. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  186. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  187. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  188. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  189. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  190. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  191. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  192. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  193. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  194. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  195. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  196. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  197. *Font Symbol: Special "(001.003)" Special ROM
  198. *Font Times-Bold: Standard "(001.002)" Standard ROM
  199. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  200. *Font Times-Italic: Standard "(001.002)" Standard ROM
  201. *Font Times-Roman: Standard "(001.002)" Standard ROM
  202. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  203. *Font ZapfDingbats: Special "(001.002)" Special ROM
  204. *?FontQuery: "
  205. save
  206. {
  207.   count 1 gt {
  208.   exch dup 128 string cvs (/) print print (:) print
  209.   dup FontDirectory exch known {pop (Yes)}
  210.   {
  211.     (fonts/                              )
  212.       dup 3 -1 roll 128 string cvs dup length /len exch def
  213.       6 exch putinterval
  214.       0 len 6 add getinterval mark exch
  215.       { } 128 string filenameforall counttomark 0 gt {
  216.       cleartomark (Yes)}{cleartomark (No)}ifelse
  217.       }ifelse =
  218.       }{ exit } ifelse
  219.   } bind loop
  220.   (*) = flush
  221. restore
  222. "
  223. *End
  224.  
  225. *?FontList: "
  226. save
  227.   FontDirectory { pop == } bind forall flush
  228.   /filenameforall where {
  229.     pop (fonts/*) {
  230.     dup length 6 sub 6 exch getinterval cvn ==
  231.     } bind
  232.     128 string filenameforall flush
  233.   } if
  234.   (*) = flush
  235. restore
  236. "
  237. *End
  238.  
  239. *% Printer Messages (verbatim from printer):
  240. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  241. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  242. *Message: "\FontName\ not found, using Courier"
  243.  
  244. *% Status (format: %%[ status: <one of these> ]%% )
  245. *Status: "idle"
  246. *Status: "busy"
  247. *Status: "waiting"
  248. *Status: "printing"
  249. *Status: "warming up"
  250. *Status: "PrinterError: PAPER LENGTH ERR"
  251. *Status: "PrinterError: DMA TIMEOUT"
  252. *Status: "PrinterError:    COVER OPEN"
  253. *Status: "PrinterError:   TEST PRINT"
  254. *Status: "PrinterError:  HEAD SENS ERR"
  255. *Status: "PrinterError:    PAPER JAM"
  256. *Status: "PrinterError:  LC SENS ERROR"
  257. *Status: "PrinterError: PAPER TIMEOUT"
  258. *Status: "PrinterError:    VIDEO ERR"
  259. *Status: "PrinterError:   COMMAND ERR"
  260. *Status: "PrinterError:     ROM ERR"
  261. *Status: "PrinterError:   COMMAND ERR"
  262. *Status: "PrinterError: PAPER LENGTH ERR"
  263. *Status: "PrinterError:  RIBBON ERROR"
  264. *Status: "PrinterError:     I/O ERR"
  265. *Status: "PrinterError:   STRANGE ERR"
  266. *Status: "PrinterError:   COMMAND ERR"
  267. *Status: "PrinterError:   PAPER EMPTY"
  268. *Status: "PrinterError:   POWER TEMP"
  269. *Status: "PrinterError: RIBBON SENS ERR"
  270. *Status: "PrinterError:    RAM ERR"
  271. *Status: "PrinterError:    RIBBON END"
  272. *Status: "PrinterError: PAPER FEED ERROR"
  273. *Status: "PrinterError:    HEAD TEMP"
  274.  
  275. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  276. *Source: "serial25"
  277. *Source: "AppleTalk"
  278. *Source: "Centronics"
  279.  
  280. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  281. *PrinterError: "PAPER LENGTH ERR"
  282. *PrinterError: "DMA TIMEOUT"
  283. *PrinterError: "   COVER OPEN"
  284. *PrinterError: "  TEST PRINT"
  285. *PrinterError: " HEAD SENS ERR"
  286. *PrinterError: "   PAPER JAM"
  287. *PrinterError: " LC SENS ERROR"
  288. *PrinterError: "PAPER TIMEOUT"
  289. *PrinterError: "   VIDEO ERR"
  290. *PrinterError: "  COMMAND ERR"
  291. *PrinterError: "    ROM ERR"
  292. *PrinterError: "  COMMAND ERR"
  293. *PrinterError: "PAPER LENGTH ERR"
  294. *PrinterError: " RIBBON ERROR"
  295. *PrinterError: "    I/O ERR"
  296. *PrinterError: "  STRANGE ERR"
  297. *PrinterError: "  COMMAND ERR"
  298. *PrinterError: "  PAPER EMPTY"
  299. *PrinterError: "  POWER TEMP"
  300. *PrinterError: "RIBBON SENS ERR"
  301. *PrinterError: "   RAM ERR"
  302. *PrinterError: "   RIBBON END"
  303. *PrinterError: "PAPER FEED ERROR"
  304. *PrinterError: "   HEAD TEMP"
  305.  
  306. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  307.  
  308. *% Color Separation Information =====================
  309.  
  310. *DefaultColorSep: ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi
  311.  
  312. *InkName: ProcessBlack/Process Black
  313. *InkName: CustomColor/Custom Color
  314. *InkName: ProcessCyan/Process Cyan
  315. *InkName: ProcessMagenta/Process Magenta
  316. *InkName: ProcessYellow/Process Yellow
  317.  
  318. *%  For 60 lpi / 300 dpi  ===============================
  319.  
  320. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  321. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  322. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  323. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  324. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  325.  
  326. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  327. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  328. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  329. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  330. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  331.  
  332. *%  For 53 lpi / 300 dpi  ===============================
  333.  
  334. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  335. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  336. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  337. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  338. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  339.  
  340. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  341. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  342. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  343. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  344. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  345.  
  346. *% For "Colormate PS80" version 51.9
  347. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  348. *% Converted to meet 4.0 specification
  349. *% Last Edit Date: 23 Jan 1992
  350. *% The byte count of this file should be exactly 011715 or 012067
  351. *% depending on the filesystem it resides in.
  352. *% end of PPD file for Colormate PS80
  353.